LEADTOOLS (Leadtools assembly)

Contains Method (RasterCollection<T>)

Show in webframe







Object to test.
Determines whether or not the specified item is contained in the collection.
Syntax
public virtual bool Contains( 
   T item
)
'Declaration
 
Public Overridable Function Contains( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As RasterCollection(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.Contains(item)
public virtual bool Contains( 
   T item
)

            

            
 function Leadtools.RasterCollection.Contains( 
   item 
)
public:
virtual bool Contains( 
   T^ item
) 

Parameters

item
Object to test.

Return Value

true if the item is found in the collection; false, otherwise.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.